Skip to content

feat(typedoc): Add base type extracting and original Igc name for lookup.#163

Merged
damyanpetev merged 2 commits into
masterfrom
skrastev/base-types
May 21, 2026
Merged

feat(typedoc): Add base type extracting and original Igc name for lookup.#163
damyanpetev merged 2 commits into
masterfrom
skrastev/base-types

Conversation

@skrustev
Copy link
Copy Markdown
Member

@skrustev skrustev commented May 21, 2026

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes behavioral changes and the feature specification has been updated with them

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the custom TypeDoc plugin used to generate Ignite UI for React API docs, enhancing type relationship output and adding metadata to assist with component/type lookup during doc generation.

Changes:

  • Populate TypeDoc’s extendedTypes for generated component signatures by extracting base types (including intersection base types).
  • Store an “original”/alternate component name on reflections for later lookup by attaching a ReferenceType to implementationOf.
  • Tighten typing for parseTypeProperties by using Context instead of any.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread plugins/typedoc-plugin-react-components/src/main.ts Outdated
…ype.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@damyanpetev damyanpetev merged commit 42e93d7 into master May 21, 2026
3 checks passed
@damyanpetev damyanpetev deleted the skrastev/base-types branch May 21, 2026 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants